home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
msdos
/
lynx
/
source
/
wattcp
/
elib
/
model.hsm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-25
|
288 b
|
20 lines
; define big or small model for library assembly code
FALSE equ 0
TRUE equ 1
; This is gross but works under TASM and MASM 4.0 up
;
if FUNC_L
FUNC_S equ 0
PTR_L equ 1
PTR_S equ 0
else
FUNC_S equ 1
PTR_L equ 0
PTR_S equ 1
endif
INCLUDE macros.hsm